home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / lingua / unit2.dfm / unit2.txt < prev   
Text File  |  1995-12-22  |  2KB  |  114 lines

  1. object AboutBox: TAboutBox
  2.   Left = 201
  3.   Top = 100
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = '##About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 97
  37.       Height = 13
  38.       Caption = '##Product Name'
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 88
  48.       Top = 40
  49.       Width = 59
  50.       Height = 13
  51.       Caption = '##Version'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 80
  62.       Width = 70
  63.       Height = 13
  64.       Caption = '##Copyright'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 8
  74.       Top = 104
  75.       Width = 74
  76.       Height = 13
  77.       Caption = '##Comments'
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.   end
  87.   object OKButton: TBitBtn
  88.     Left = 111
  89.     Top = 178
  90.     Width = 77
  91.     Height = 27
  92.     Caption = '##&OK'
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     TabOrder = 1
  99.     Kind = bkOK
  100.     Margin = 2
  101.     Spacing = -1
  102.     IsControl = True
  103.   end
  104.   object Lingua1: TLingua
  105.     Check = 'Click on ...'
  106.     Cookie = '##'
  107.     DatabaseName = 'LINGUA'
  108.     Language = 'Francais'
  109.     NewWordPrompt = True
  110.     Left = 104
  111.     Top = 80
  112.   end
  113. end
  114.